PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFCanvas Class / drawRectangle Method / drawRectangle(PDFPen,double,double,double,double) Method
that determines the color, width, and style of the rectangle.
The x-coordinate of the upper-left corner of the rectangle to draw.
The y-coordinate of the upper-left corner of the rectangle to draw.
Width of the rectangle to draw.
Height of the rectangle to draw.
In This Topic
    drawRectangle(PDFPen,double,double,double,double) Method
    In This Topic
    Draws a rectangle specified by a coordinate pair, a width, and a height.
    Syntax
    public void drawRectangle( 
       PDFPen pen,
       double x,
       double y,
       double width,
       double height
    )

    Parameters

    pen
    that determines the color, width, and style of the rectangle.
    x
    The x-coordinate of the upper-left corner of the rectangle to draw.
    y
    The y-coordinate of the upper-left corner of the rectangle to draw.
    width
    Width of the rectangle to draw.
    height
    Height of the rectangle to draw.
    See Also